feat(subway): master_subway_station 마포 14역 좌표 채우기#171
Open
bat1120 wants to merge 1 commit into
Open
Conversation
- raw 데이터: yoon-gu 공개 gist (서울 1-9호선 254역, Naver API 기반) - 매칭 키: (정규화 station_name, line_name) → lat/lon UPDATE - 마포 sigungu_code='11440' 14행 채움 (월드컵경기장 미설정 sigungu도 함께 보정) - 신규 스크립트: - scripts/ingest/fill_subway_coords.py — DB UPDATE - scripts/ingest/fill_subway_coords_csv.py — seed CSV in-place 갱신 - verify_emerging_trend_data: 좌표 coverage + 마포 bbox sanity check 추가 - DB UPDATE 14/14 적용 완료, verify errors=0 Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
master_subway_station.lat/lon/sigungu_code가 285행 모두 NULL 이던 상태에서 마포 14역 좌표 채움station_name(괄호 부속 + '역' 접미 제거) +line_name변경
backend/scripts/ingest/fill_subway_coords.py— DB UPDATEbackend/scripts/ingest/fill_subway_coords_csv.py— seed CSV in-place 갱신backend/data/seed/raw/seoul_subway_stations_with_coords.csv— raw 254행backend/data/seed/master_subway_station_all.csv— 마포 14행 좌표 채움backend/scripts/verify/verify_emerging_trend_data.py— 좌표 coverage + bbox sanity마포 14역 (호선·좌표)
한계 / 후속
Verification
python -m scripts.ingest.fill_subway_coords(RDS UPDATE)python -m scripts.verify.verify_emerging_trend_data→ errors=0, with_coord=14/14🤖 Generated with Claude Code